Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loosen @sentry/nextjs webpack peer dependency #13826

Merged

Conversation

joshuajaco
Copy link
Contributor

The peer dependency introduced in #13571 seems to be too strict.
After installing the latest next version (14.2.13) and @sentry/next version (8.32.0), I get the following:

└─┬ @sentry/nextjs 8.32.0
  └── ✕ unmet peer [email protected]: found 5.95.0

Copy link
Member

@lforst lforst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Thanks! I've gone ahead and loosened it all the way to allow everything >=5 since that is mostly what we want to be limiting to.

@lforst lforst merged commit 7937308 into getsentry:develop Sep 30, 2024
97 checks passed
@joshuajaco joshuajaco deleted the loosen-nextjs-webpack-peer-dependency branch September 30, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants